export declare type PersistMethods = 'create' | 'insert' | 'update' | 'insertOrUpdate'; export default PersistMethods;