UNPKG

178 BTypeScriptView Raw
1import { flags } from "@oclif/command";
2export declare const engineFlags: {
3 key: flags.IOptionFlag<string | undefined>;
4 engine: flags.IOptionFlag<string | undefined>;
5};