import { View, Table, TableExportFormat } from "hyinsit-types"; export declare function created(view: View, timestamp?: string | number): Promise; export declare function updated(view: View): Promise; export declare function deleted(view: View): Promise; export declare function exported(table: Table, format: TableExportFormat): Promise; export declare function filterCreated(view: View, timestamp?: string | number): Promise; export declare function filterUpdated(view: View): Promise; export declare function filterDeleted(view: View): Promise; export declare function calculationCreated(view: View, timestamp?: string | number): Promise; export declare function calculationUpdated(view: View): Promise; export declare function calculationDeleted(existingView: View): Promise;