/** * @author WMXPY * @namespace Util * @description Fix Schema */ import { ImbricateDatabaseSchema, ImbricateDatabaseSchemaForCreation } from "@imbricate/core"; export declare const fixDatabaseSchema: (schema: ImbricateDatabaseSchemaForCreation) => ImbricateDatabaseSchema;