import { SpecComponent } from './types.js'; export declare function compileSpec(spec: string): SpecComponent[]; export declare function validateValue(ai: string, components: SpecComponent[], value: string): void; export declare function describeSpec(components: SpecComponent[]): string;