export declare function buildBreadcrumbs(types: any, forced?: (({ t }: { t: Function; }) => any) | undefined): (name: string, ctx: { t: Function; history: any; id?: string; parentId?: string; }) => any[]; export default buildBreadcrumbs; //# sourceMappingURL=buildBreadcrumbs.d.ts.map