import { RandomRelationOptions, RandomTableListOptions, RawRelation, RawTable, RawTableList } from '../types';
export declare const randomTableList: (options: RandomTableListOptions) => RawTableList;
export declare const randomTable: (options: RandomTableListOptions) => RawTable;
export declare const randomRelation: (options: RandomRelationOptions) => RawRelation;
export declare function uuid(length?: number, collection?: string): string;