import type { SlackAPIResponse } from "../response";
export type TeamBillingInfoResponse = SlackAPIResponse & {
    error?: string;
    needed?: string;
    ok: boolean;
    plan?: string;
    provided?: string;
};
//# sourceMappingURL=TeamBillingInfoResponse.d.ts.map