import { type Dependency } from '@toa.io/operations'; import { type Annotation } from './Annotation'; export declare function deployment(_: unknown, annotation: Annotation | undefined): Dependency;