import type { LinkFollowType } from '../Pagination'; type Payload = { linkFollowType: LinkFollowType; pageNumber: number; }; export declare function getLinkRelAttribute({ linkFollowType, pageNumber }: Payload): "nofollow" | undefined; export {}; //# sourceMappingURL=getLinkRelAttribute.d.ts.map