export declare const titleToId: (id?: string | Record | null | undefined) => string; export declare const pageLink: (id: string) => string;