import { WordCount } from "./wordCount"; import { AsposeResponse } from "./asposeResponse"; export declare class WordCountResponse extends AsposeResponse { 'wordsPerPage': WordCount; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }