export interface ErrorDetail {
    code?: string;
    message?: string;
}
export declare namespace ErrorDetail {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=errorDetail.d.ts.map