import { Delta } from './types';
export default function actionsMapCustom(diff: Delta, newObj: any, oldObj: any, customProps?: {
    actions: object;
    [key: string]: unknown;
}): any[];
