import type { Rule } from "../types.js"; declare function usesContainerQuery(src: string): boolean; declare function declaresContainerContext(src: string): boolean; declare function isAllowlisted(repoRoot: string): boolean; export declare const rule: Rule; export declare const _internal: { usesContainerQuery: typeof usesContainerQuery; declaresContainerContext: typeof declaresContainerContext; isAllowlisted: typeof isAllowlisted; DISABLE_DIRECTIVE: string; }; export {};