import { Injector } from 'graphql-modules';
export declare function deleteCharges(chargeIds: string[], injector: Injector): Promise<void>;
