import type { useTranslate } from "../../../hooks/i18n"; import type { IResourceItem } from "../../../contexts/resource/types"; /** * Generates document title for the given resource and action. */ export declare function generateDefaultDocumentTitle(translate: ReturnType, resource?: IResourceItem, action?: string, id?: string, resourceName?: string, getUserFriendlyName?: (name: string, type: "singular" | "plural") => string): string; //# sourceMappingURL=index.d.ts.map