import { Authentication } from '../security/authentication';
export declare class FluentRequest<O, I> {
    private _route;
    private _data?;
    private _authentication?;
    constructor(_route: string, _data?: any, _authentication?: Authentication);
}
