import { AttributeInfo } from '../internal/attributeInfo'; import { XamlFlowSaveOptionsData } from './xamlFlowSaveOptionsData'; export declare const importsMapXamlFlowPackSaveOptionsData: { XamlFlowSaveOptionsData: typeof XamlFlowSaveOptionsData; }; /** * Container class for xamlflow_pack save options. */ export declare class XamlFlowPackSaveOptionsData extends XamlFlowSaveOptionsData { /** * Attribute type map */ static attributeTypeMap: Array; /** * Returns attribute type map */ static getAttributeTypeMap(): AttributeInfo[]; constructor(init?: Partial); collectFilesContent(_resultFilesContent: Array): void; validate(): void; }