import type { ListedResource, ScanSource } from "@intentic/engine"; import type { SshExecutor } from "./ssh.js"; export declare const listStampedContainers: (executor: SshExecutor, kind: string, sources: readonly ScanSource[], log: (message: string) => void) => Promise; //# sourceMappingURL=list-stamped.d.ts.map