import { Injector } from 'graphql-modules';
import { IGetChargesByIdsResult } from '../types.js';
export declare function generateAndTagCharge(injector: Injector, ownerId: string, taxCategoryId: string, description: string): Promise<IGetChargesByIdsResult>;
