/**
 * This file is autogenerated.
 *
 * Generated by scripts/line-bot-client-generator/main.mjs
 * Do not edit this file directly.
 */
import type { LineBotClientDelegates } from "./line-bot-client.generated.js";
interface LineBotClientConfig {
    /** Channel access token issued for your LINE Official Account. */
    readonly channelAccessToken: string;
    /** Default HTTP headers to include in every API request. */
    readonly defaultHeaders?: Record<string, string>;
    /** Base URL for the LINE Messaging API. Defaults to https://api.line.me */
    readonly apiBaseURL?: string;
    /** Base URL for the LINE data API (used for blob/binary operations). Defaults to https://api-data.line.me */
    readonly dataApiBaseURL?: string;
    /** Base URL for the LINE Manager API. Defaults to https://manager.line.biz */
    readonly managerBaseURL?: string;
}
export declare function createLineBotClientDelegates(config: LineBotClientConfig): LineBotClientDelegates;
export {};
//# sourceMappingURL=line-bot-client.factory.generated.d.ts.map