/** * Helper function to determine whether the URL that will be redirected to is on the same host. */ export declare const isOnCurrentHost: (redirectURL: string) => boolean;