export declare const AUTH_KEY_TYPES: readonly ["PASSWORD", "PASSWORD_MEMBER", "EMAIL", "PAYMENT", "FORM", "VIDEO"]; export declare type AuthKeyType = typeof AUTH_KEY_TYPES[number];