export declare const TEMPLATES_DIR: string; export declare function executeTemplate(contents: string, replaces: { [k: string]: string; }): string;