export declare function setDesiredPostLoginRedirectUrl(params: { postLoginRedirectUrl: string | undefined; }): void; export declare function getDesiredPostLoginRedirectUrl(): string | undefined;