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