import { Plugin, ts } from '@servicenow/sdk-build-core'; /** * Check if a ts.Node is a data helper call expression. */ export declare function isDataHelper(node: ts.Node): boolean; export declare const DataPlugin: Plugin;