/** * `slowcook check ` — 0.16.0-α.13. * * Static structural checks slowcook offers. * * Subcommands: * - `mock-isolation` — every mock/ import resolves inside mock/ * - `spec` — re-run spec content validators on PRs touching * specs/story-*.yaml (0.19.4-α / sc#146 #2) * * More to come (e.g. `mock-runtime-exports` to whitelist hooks vibe * may import; `port-provenance` to verify src/ files copied via port * carry the marker). */ export declare function check(argv: string[], _cliVersion: string): Promise; //# sourceMappingURL=index.d.ts.map