import type { CompositorCommand, CompositorCommandSerialized } from './payloads'; export declare const serializeCommand: (command: Type, params: CompositorCommand[Type]) => CompositorCommandSerialized;