/**
 * LINE Network Definition
 * @see https://developers.line.biz/en/docs/line-social-plugins/install-guide/using-line-share-buttons
 */
import type { Network } from '../types/index.js';
export declare const line: Network;
