export declare function insert(table: string, data: any, canInsert?: (old: any) => boolean): import("rxjs/internal/Observable").Observable;