export declare const success: (redirectUrl: string, params: Record<string, string | string[] | undefined>) => string;
