/**
 * combine flat schema to nested schema
 */
export declare function constructFlatSchema(schema: any): any;
