export interface NavigateToWebviewOptions {
    url: string;
}
export declare const navigateToWebview: (options: NavigateToWebviewOptions) => void;
