export declare const STRATEGY_NAME: { readonly OIDC: "oidc"; readonly DEV: "dev"; readonly TEST: "test"; readonly SESSION: "rehydrate-session"; }; export type VALID_STRATEGY_NAME = typeof STRATEGY_NAME[keyof typeof STRATEGY_NAME];