export interface InternalMessageBodyOpcodeSubscriptionV0 {
    'workchainId'?: (number);
    'shard'?: (Buffer | Uint8Array | string);
    'opcode'?: (number);
    '_shard'?: "shard";
}
export interface InternalMessageBodyOpcodeSubscriptionV0__Output {
    'workchainId': (number);
    'shard'?: (Buffer);
    'opcode': (number);
    '_shard': "shard";
}
