export declare function addDeleteHookForDependents(model: string, resource: string, dependents: { [dependentResource: string]: string | string[]; }): void;