declare function replaceEnv(template: unknown, inject?: Record, doEnv?: boolean): unknown; declare const IsRegExVar: (str: string) => boolean; declare const _default: typeof replaceEnv & { IsRegExVar: typeof IsRegExVar; }; export default _default; export { IsRegExVar }; //# sourceMappingURL=replaceEnv.d.ts.map