import * as VScript from "vscript";
import * as VAPI from "./index.js";
export declare const lift: {
    readonly All: (_raw: VScript.DataViews.Subtree<VScript.VSocket>) => VAPI.RTPMetadataChannel.All;
};
export declare const lower: {
    readonly All: (_x: All) => string;
};
export declare class All implements VScript.Referenceable<"RTPMetadataChannel::Data::All"> {
    readonly raw: VScript.DataViews.Subtree<VScript.VSocket>;
    readonly type_identifier: "RTPMetadataChannel::Data::All";
    constructor(raw: VScript.DataViews.Subtree<VScript.VSocket>);
    get state(): VScript.rKeyword<VScript.VSocket, VAPI.MetadataProcessor.ChannelState, VAPI.MetadataProcessor.ChannelState, VAPI.RTPMetadataChannel.All>;
}
