declare const isWebview: (userAgent: string) => boolean;

export { isWebview };
