export declare function setId(getId: () => string): void; export declare function getId(): () => string;