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