export declare enum GrantType {
    AUTHORIZATION_CODE = "authorization_code",
    REFRESH_TOKEN = "refresh_token",
    PASSWORD = "password",
    CLIENT_CREDENTIALS = "client_credentials",
    INSTAGRAM_EXCHANGE_TOKEN = "ig_exchange_token",
    INSTAGRAM_REFRESH_TOKEN = "ig_refresh_token"
}
