import type { ComponentInfo } from '../types/components'; export declare const createRegisterComponentMessage: (info: ComponentInfo) => { type: string; data: any; }; export declare function serializeIncludingFunctions(info: ComponentInfo): any;