import 'typings-global'; export declare type TTemplateStringType = 'filePath' | 'code'; export declare let registerPartialDir: (dirPathArg: string) => void; export declare let compileDirectory: (originDirPathArg: string, destinationDirPathArg: string, dataFileNameArg: string) => void;