import { ConstValueNode } from "graphql";
export declare class FederatedLinkImport {
    name: string;
    as: string | null;
    constructor(name: string, as: string | null);
    toString(): string;
    static fromTypedefs(node: ConstValueNode): FederatedLinkImport[];
}
//# sourceMappingURL=link-import.d.ts.map