import { Context } from 'koishi';
import { v2CharData } from './types';
export declare function readCharacterCard(ctx: Context, filePath: string): Promise<v2CharData>;
export declare function getCharacterCardV2(ctx: Context, jsonObject: Record<string, any>): v2CharData;
