export declare type CRUD = 'create' | 'update' | 'delete';