import type { HttpClient } from '../../http/client';
import { GetCompanyPlan } from './protocols/get-plan.protocols';
export declare class CompaniesPlan {
    private readonly httpClient;
    constructor(httpClient: HttpClient);
    get(input: GetCompanyPlan.Input, options?: GetCompanyPlan.Options): Promise<GetCompanyPlan.Response>;
}
//# sourceMappingURL=index.d.ts.map