export declare const uuid: {
    (namespace?: string): string;
    createGenerator(namespace: string): () => string;
};
export default uuid;
