import { Arg } from './arg.type'; export declare type Instruction = { ingredient: string; generator: string; action: string; basePath?: string; args?: Arg[]; }; //# sourceMappingURL=instruction.type.d.ts.map