import { Context } from '@deepseek-ai/cordis'; declare const name = "lark-file"; declare const inject: string[]; interface Config { endpoint?: string; token?: string; } declare function apply(ctx: Context, config?: Config): void; export { type Config, apply, inject, name };