/**
 * open custom protocol uri with installed native app
 * @param uri the custom protocol uri
 * @param timeout
 */
export declare function openUri(uri: string, timeout: number): Promise<unknown> | null;
