declare function _exports({ userId, schemaData }: { userId: string | number; schemaData: import("../../types").DSQL_DatabaseSchemaType[]; }): boolean; export = _exports;