export interface DhfLintOptions { /** Only lint templates whose id starts with this prefix, e.g. "iso-14971". */ filter?: string; /** Skip ontology resolution and run structural checks only. */ structuralOnly?: boolean; /** Emit JSON for CI consumption. */ json?: boolean; } export declare function dhfLintCommand(options?: DhfLintOptions): Promise; //# sourceMappingURL=dhf-lint.d.ts.map