export declare function isRemoteEnvironment(): boolean;
export declare function openUrl(url: string): Promise<boolean>;
