export declare const _DefaultIdCharset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_"; export declare const _DefaultIdLength = 10; export declare function autoId(len?: number, charset?: string): string; export default autoId;