export declare type TSocketIoSyncEntry = Readonly<{ event: string; entry: string; }>; export declare function isTSocketIoSyncEntry(test: unknown): test is TSocketIoSyncEntry;