import Service, { Command, IArgs } from '../Service'; export default class Script { service: Service; constructor(service: Service); run: (command: Command, args: IArgs) => void; start: (args: IArgs) => void; build: (args: IArgs) => void; create: (projectName: string, args: IArgs) => void; } //# sourceMappingURL=index.d.ts.map