import type { Component } from "../../../../../../components/component.js"; /** * COMP002 fail case: two dangling wiring references. * - "@Build.digest" names a phase ("Build") that does not exist in this * component's deploy (the actual phase is named "Publish"). * - "@missing-lib.publish.uri" names a component that was never discovered * at all in this fixture directory. */ export declare const searchService: Component; //# sourceMappingURL=search-service.component.d.ts.map