/**
 * ImagePDF plugin
 *
 * @header  --gstc--header--
 */
import type { Vido } from '../gstc';
export declare const pluginName = "ExportImage";
export declare const pluginPath: string;
export interface Options {
}
export declare function Plugin(options?: Options): (vidoInstance: Vido) => () => void;
//# sourceMappingURL=export-image.d.ts.map