/** * Determines if the current agent is Edge. * * @export * @returns Returns `true` if the current browser is `Edge`. */ export declare function isEdge(): boolean;