import { ICommandInstance } from '@midwayjs/command-core'; import { GeneratorSharedOptions } from '../utils'; export interface ServiceOptions extends GeneratorSharedOptions { /** * @description Class identifier */ class: string; } export declare const mountServiceCommand: () => ICommandInstance; export default function serviceHandler(...args: unknown[]): Promise; //# sourceMappingURL=service.handler.d.ts.map