export declare type Delta = {
    [key: string]: any;
    [key: number]: any;
};
