export declare const RedirectUriSearchParamsKey: {
    STATE: string;
};
export type OAuthState = {
    apiKey: string;
    targetOrigin: string;
};
