export declare const maskProps: <T>(a: T, collection: string, maskKeys: Record<string, string[]>) => T;
