import { ConfigInterface } from '../base-types';
import { BillingCheckParams, BillingCheckResponse } from './types';
export declare function check(config: ConfigInterface): <Params extends BillingCheckParams>({ session, plans, isTest, returnObject, }: Params) => Promise<BillingCheckResponse<Params>>;
//# sourceMappingURL=check.d.ts.map