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