import type { CollectionBeforeValidateHook } from 'payload'; /** Hook which validates the redirect data before it is saved to ensure that no infinite redirect loops are created. */ export declare const validateRedirect: CollectionBeforeValidateHook;