export declare const actionlintGlobs: string[]; export declare const dockerfileGlobs: string[]; export declare const dotenvLinterGlobs: string[]; export declare const eslintGlobs: string[]; export declare const helmGlobs: string[]; export declare const jsonGlobs: string[]; export declare const makefileGlobs: string[]; export declare const markdownGlobs: string[]; export declare const jsonExcludeGlobs: string[]; export declare const oxlintGlobs: string[]; export declare const oxfmtGlobs: string[]; export declare const packageJsonGlobs: string[]; export declare const prettierGlobs: string[]; export declare const propertiesGlobs: string[]; export declare const protoGlobs: string[]; export declare const shellGlobs: string[]; export declare const tomlGlobs: string[]; export declare const typescriptGlobs: string[]; export declare const typstGlobs: string[]; export declare const yamlGlobs: string[]; export declare const yamlExcludeGlobs: string[];