import type { LineProbeResult } from "./types.js"; export declare function probeLineBot(channelAccessToken: string, timeoutMs?: number): Promise;