export declare type MatchRoute = { params: { resourceName: string; action: string; id: string; }; };