import type { Context2dProcessor } from '../types/context-processor';
export interface CanvasMethod {
    call: Context2dProcessor;
}
