/** * TODO: Everything in this file is only used by Flow plugin and should be moved to their repo */ import { type CallExpressionShape, type Diagnostics, type Factory, type Record } from '@servicenow/sdk-build-core'; export declare function getDocumentationRecords(callExpression: CallExpressionShape, aliasedKeys: globalThis.Record, factory: Factory, diagnostics: Diagnostics, generateDefaultDoc?: boolean, defaultLanguage?: string): Promise;