export declare type MixedChangeResponse = [{
    success: {
        [route: string]: any;
    };
}];
//# sourceMappingURL=MixedChangeResponse.d.ts.map