export declare type OutStylesheetOperationEvent = { kind: "stylesheet_operation"; action: string; index: number; arguments: Array; };