import { ContainerManagerApi } from '../types.js'; export interface ResolveAutoTagOptions { manager: ContainerManagerApi | undefined; persisted: string; floor: string; timeoutMs?: number; debug: (msg: string) => void; } export declare function resolveAutoTag(opts: ResolveAutoTagOptions): Promise; //# sourceMappingURL=resolve-auto-tag.d.ts.map