export declare function isAllowedRedirectUri(uri: string, allowedDomains: string[]): boolean;
