import { KakaoTalkClient } from '../client.js'; export interface AccountOption { account?: string; pretty?: boolean; } export declare function withKakaoClient(options: AccountOption, fn: (client: KakaoTalkClient) => Promise): Promise; //# sourceMappingURL=shared.d.ts.map