import type { PkcePair } from "./types.js"; export declare function createPkcePair(): PkcePair; export declare function randomState(): string;