import { SchemaDefinition } from "..";
export declare function convertDatastoreDataToRegularData(data: any, schema: SchemaDefinition<any>): any;
