import { type SyncIOApiType } from '../app-render/sync-io-messages';
export declare function io(expression: string, type: SyncIOApiType): void;
