type IdGenerator = () => string; export declare function createId(): string; export declare function useCustomIdGenerator(createId: IdGenerator): void; export {};