/** * FLY010: Machine config must specify an image. * * A Machine cannot boot without a container image. The Machines API rejects a * create request whose config omits `image`, so catch it at synth time with a * clearer message. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const fly010: PostSynthCheck; //# sourceMappingURL=fly010-machine-requires-image.d.ts.map