export declare function maskSchema(schema: string): string;
export declare function mapScalarValues(obj: any, mapper: (value: any) => any): {};
