export interface ResolvedInput { filePath: string; type: 'manifest-source' | 'ir-json'; } export declare function resolveInputs(source: string | undefined): Promise; //# sourceMappingURL=validate-ai-resolve-inputs.d.ts.map