import { ElectroInstance } from "./instance"; import commander from "commander"; declare type ServiceCommand = (program: commander.Command, service: ElectroInstance) => void; export default function (program: commander.Command): commander.Command; export declare function createQueryCommand(name: string, description: string, serviceCommand: ServiceCommand): commander.Command; export {}; //# sourceMappingURL=app.d.ts.map