import { ConfigInterface } from '../base-types'; import { BillingCancel } from './types'; export declare function cancel(config: ConfigInterface): BillingCancel; //# sourceMappingURL=cancel.d.ts.map