/** * WGL044: Public Artifacts * * Flags `artifacts:public: true`. Public artifacts are downloadable by anyone, * including unauthenticated users for public projects, exposing build output and * anything swept into it. Keep artifacts private unless they are deliberately * meant to be world-readable. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl044: PostSynthCheck; //# sourceMappingURL=wgl044.d.ts.map