export declare const getCamelRandomId: (kind: string, length?: number) => string; export declare const getHexaDecimalRandomId: (prefix: string) => string; //# sourceMappingURL=camel-random-id.d.ts.map