import type { Scope, TemplateValue } from './types.js'; export declare function findAndReplace(scope: Scope, object: unknown): any; export declare function interpolate(lines: string[], context: Record): unknown[][]; export declare function JSONifyString(string: string): string[]; export declare function getBoolEnvOpt(opt: boolean | undefined, envKey: string): boolean; //# sourceMappingURL=helpers.d.ts.map