export type IConfigSecureProperties = {
    [key: string]: any;
};
export type IConfigSecure = {
    [path: string]: IConfigSecureProperties;
};
//# sourceMappingURL=IConfigSecure.d.ts.map