interface Dict<T> {
    [key: string]: T | undefined;
}
export declare function env(content: string, variables?: Dict<string>): string;
export {};
//# sourceMappingURL=index.d.ts.map