import { AbstractBundleDataStream, EditableDataStreamInterface, KeyTypeType, RawBundleType } from '../../utility/editable-data-stream'; export declare class VirtualBundle, KeyType extends KeyTypeType> extends AbstractBundleDataStream { id: KeyType; constructor(id: KeyType, variables: Record>); readRawInner(): Promise>; }