export declare const VMBytecodeFormat: Readonly<{
    Json: 'json';
    Binary: 'binary';
}>;
