import { nanoid, customAlphabet } from 'nanoid';
export declare function guid(): string;
export declare const makeTableSuffix: (size?: number) => string;
export declare const humanSecret: (size?: number) => string;
export { nanoid, customAlphabet };
