import { XAttribute, XName, XNamespace } from '@openxmldev/linq-to-xml';
/**
 * Declares XNamespace and XName fields for the `xmlns="http://schemas.openxmlformats.org/package/2006/relationships"` namespace.
 */
export declare class Relationships {
    /**
     * Defines the XML namespace for the package-wide relationships.
     */
    static readonly relationships: XNamespace;
    /**
     * Returns the namespace declaration `XAttribute` for the package-wide relationships.
     */
    static get namespaceDeclaration(): XAttribute;
    static readonly Relationships: XName;
    static readonly Relationship: XName;
    static readonly TargetMode: XName;
    static readonly Target: XName;
    static readonly Type: XName;
    static readonly Id: XName;
}
