export declare enum AuthMethod {
    AUTH_REQUEST = "AUTH_REQUEST",
    COMMAND = "COMMAND",
    WHITELIST = "WHITELIST"
}
