/**

*/
export declare const useGenerator: () => {
    state: string;
    codeChallenge: any;
    codeVerifier: string;
};
