import type { CheckSyntaxExclude } from './types.js'; export declare const isExcluded: (input: string, exclude?: CheckSyntaxExclude) => boolean;