import type { NonTextualNode, NonTextualTranslatable } from '../types'; type PluginToTranslatables = (node: NonTextualNode) => NonTextualTranslatable[]; export declare const toButtonTranslatable: PluginToTranslatables; export declare const toHtmlTranslatable: PluginToTranslatables; export declare const toImageTranslatable: PluginToTranslatables; export declare const toLinkPreviewTranslatable: PluginToTranslatables; export declare const toVideoTranslatable: PluginToTranslatables; export declare const toAppEmbedTranslatable: PluginToTranslatables; export declare const toPollTranslatable: PluginToTranslatables; export declare const toGalleryTranslatable: PluginToTranslatables; export {}; //# sourceMappingURL=pluginsToTranslatables.d.ts.map