import { ToolOptions } from '..';
export type GraffitiPlugin = {
    name: string;
    tool: ToolOptions;
};
