import { AttributeInfo } from '../internal/attributeInfo'; import { Link } from './link'; export declare const importsMapWordsApiLink: { Link: typeof Link; }; /** * Provides information for the words API resource link. */ export declare class WordsApiLink extends Link { /** * Attribute type map */ static attributeTypeMap: Array; /** * Returns attribute type map */ static getAttributeTypeMap(): AttributeInfo[]; constructor(init?: Partial); collectFilesContent(_resultFilesContent: Array): void; validate(): void; }