import type { CellPluginList, Value } from '../types'; declare type Options = { lang: string; cellPlugins: CellPluginList; }; export declare const getTextContents: (value: Value, options: Options) => string[]; export {}; //# sourceMappingURL=getTextContents.d.ts.map