import { DSQL_TableSchemaType } from "../../types";
/**
 * # Add User Table to Database
 */
export default function grabNewUsersTableSchema(params: {
    payload?: {
        [s: string]: any;
    };
}): DSQL_TableSchemaType | null;