import { OktaAuthOAuthInterface, TokenParams } from './types';
export declare function getWithoutPrompt(sdk: OktaAuthOAuthInterface, options: TokenParams): Promise<import("./types").TokenResponse>;
