import { DSQL_DatabaseSchemaType } from "../../types";
type Param = {
    userId: string | number;
    schemaData: DSQL_DatabaseSchemaType[];
};
/**
 * # Set User Schema Data
 */
export default function setUserSchemaData({ userId, schemaData, }: Param): boolean;
export {};
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */