import { ExecuteDeleteType } from '../../../../index'; export declare const useDestroyNotification: (destroyRecord?: ExecuteDeleteType | undefined) => (() => Promise) | undefined;