export declare const createUid: (len: number) => () => string; export declare const uid: () => string;