export declare class DataChannelNegotiationLabel {
    readonly publicationId: string;
    readonly streamId: string;
    constructor(publicationId: string, streamId: string);
    static fromLabel(label: string): DataChannelNegotiationLabel;
    toLabel(): string;
}
//# sourceMappingURL=datachannel.d.ts.map