import { PlatformApiLogicClient } from '../platformApi/PlatformApiLogicClient';
export declare class FacelessRestClient {
    emitter: any;
    cfg: any;
    request: any;
    private readonly axiosInst;
    private accessToken;
    logger: any;
    platformClient: PlatformApiLogicClient;
    constructor(emitter: any, cfg: any, userAgent?: string, msgId?: string);
    protected addAuthenticationToRequestOptions(requestOptions: any): Promise<void>;
    makeRequest(options: any): Promise<any>;
}
