/** * * Get the destination where we'll copy the template * * @param outputTemplateFile * @param templateFile */ export declare function getFinalTemplateLocation(outputTemplateFile: string, templateFile: string): string;