import { Project } from '../internal/project'; export declare function getProfileExportScript(exportFolderScript: string, isAzure: boolean): string; export declare function generatePsm1(project: Project): Promise; //# sourceMappingURL=psm1.d.ts.map