import { TextReplace } from "./textReplace"; export declare class TextReplaceListRequest { 'textReplaces': Array; 'defaultFont': string; 'startIndex': number; 'countReplace': number; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }