export declare type ResourceErrorRouterParams = { resource: string; action: 'show' | 'edit' | 'create' | undefined; };