export declare function maskObjectProperties(data: Record<string, unknown>, paths: Array<string>): unknown;
