export declare function getNonce(state: string, nonce?: string): string;
export declare function toNonce(input: string): string;
export declare function getState(state?: string): string;
export declare function createState(): string;
//# sourceMappingURL=State.d.ts.map