export declare const createRedirectionIntermediary: ({ redirectTo: redirectOnSignInComplete, }: { redirectTo: string; }) => string;