import type { CLIInvocation } from '@struktoai/mirage-core/commands/cli/types'; import type { CommandFnResult } from '@struktoai/mirage-core/commands/config'; export declare function forward(inv: CLIInvocation): Promise; //# sourceMappingURL=forward.d.ts.map