export declare const compileTpl: (projectLocation: string, tplName: string, projectName: string) => void; export declare const isDirEmpty: (dirname: string) => Promise;