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