export declare enum AuthTransferTokenMethod {
    BOTH = "both",
    COOKIE_ONLY = "cookie",
    BEARER_ONLY = "bearer"
}
