export declare function getNonce(): string | null;
export declare function setNonce(value: string | null): void;
