export declare function parseProperties(filename: string): Promise<{ [key: string]: any; }>; export declare function writeProperties(filename: string, data: any): Promise; //# sourceMappingURL=properties.d.ts.map