UNPKG

408 BTypeScriptView Raw
1import { ISpecPathProvider } from '../../types';
2export declare const imageExt: string[];
3export declare const createImagePlugin: () => ({
4 tasks: import("../../types").IPluginTask<any, any>[];
5} & {
6 specProvider: ISpecPathProvider;
7}) | ({
8 tasks: import("../../types").IPluginTask<any, any>[];
9} & {
10 events: import("../../types").IPluginEvent<any>[];
11 specProvider: ISpecPathProvider;
12});