import { Context } from '@deepseek-ai/cordis'; declare const name = "lark-approval-answerer"; declare const inject: string[]; interface Config { endpoint?: string; token?: string; } /** Terminal rc.8 approval answerer for the nested SDK and host runtimes. */ declare function apply(ctx: Context, config?: Config): void; export { type Config, apply, inject, name };