import { Plugin } from '@servicenow/sdk-build-core'; /** * Filters metadata directory entries to only actionable per-record JSON files. Files whose name * starts with an underscore (e.g. `_project.json`) are treated as reserved for other purposes, and skipped. */ export declare function isJsonFileForProcessingToXml(name: string): boolean; export declare const AiuxPlugin: Plugin;