/** * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ /** * Returns all links on the page. * * This function is in a separate file to allow using DOM APIs thanks to TypeScript * and eslint magic comments above. */ export declare function getAllLinks(ignoreAttribute: string): Array;