import type { ServiceIdentifier } from './ServiceIdentifier.js'; declare const islazyServiceIdentifierSymbol: unique symbol; export declare class LazyServiceIdentifier { #private; [islazyServiceIdentifierSymbol]: true; constructor(buildServiceId: () => ServiceIdentifier); static is(value: unknown): value is LazyServiceIdentifier; unwrap(): ServiceIdentifier; } export {}; //# sourceMappingURL=LazyServiceIdentifier.d.ts.map