/** * Generate the title of a resource page from its name and the current record. * * @param title Can be the resource name, a fully qualified translation key, or a boolean to disable the title * @returns The title of the resource, based on the current record and the resource name */ declare function useResourceTitle(title: string | boolean | undefined): string | boolean | undefined; export { useResourceTitle }; //# sourceMappingURL=useResourceTitle.d.ts.map