/**
 * Type that represents the data that is encoded and sent to/returned from OAuth2 providers
 */
export type OAuth2State = {
    registrationUsername?: string;
    twoFaResetToken?: string;
    csrfToken?: string;
};
//# sourceMappingURL=OAuth2State.d.ts.map