export declare function getClientId(): string | null;
export declare function setClientId(value: string): void;
