export declare const lowercaseId: (length?: number) => string; export declare function idGenerator(alphabet: string, defaultLength: number): (length?: number) => string; //# sourceMappingURL=nanoid.d.ts.map