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