import { Base, IEnumerable$1, Stream, Type } from "igniteui-react-core";
import { IPackageRelationship } from "./IPackageRelationship";
/**
 * @hidden
 */
export declare class RelationshipsWriter extends Base {
    static $t: Type;
    private static readonly c;
    private static readonly a;
    static j(a: IEnumerable$1<IPackageRelationship>, b: Stream): void;
}
