import { Company } from "../../types/Company"; export declare const getCompany: (baseUrl: string, accessToken: string | undefined, options?: { params?: Record | undefined; } | undefined) => () => Promise;