declare enum ApiKeyIn { USER = "user", RESERVED_PASSWORD = "password" } export { ApiKeyIn };