export interface ISetBleedCommandArgs<TSurface, TMargin> {
    surface?: TSurface;
    bleed: TMargin;
}
