export declare const shouldForceFlagBeInjected: (argv: string[]) => boolean; export declare const isInteractive: () => boolean; export declare const injectForceFlagIfScripted: (argv: string[]) => void; //# sourceMappingURL=scripted-commands.d.ts.map