import type { AnyObject } from '../types/index.js'; /** * Walks through the specification and returns all references as an array. * * Warning: Doesn't return internal references. */ export declare function getListOfReferences(specification: AnyObject): string[]; //# sourceMappingURL=get-list-of-references.d.ts.map