export { GetLinkArgs, GetLinkResult, GetLinkOutputArgs } from "./getLink"; export declare const getLink: typeof import("./getLink").getLink; export declare const getLinkOutput: typeof import("./getLink").getLinkOutput; export { GetSinkArgs, GetSinkResult, GetSinkOutputArgs } from "./getSink"; export declare const getSink: typeof import("./getSink").getSink; export declare const getSinkOutput: typeof import("./getSink").getSinkOutput; export { LinkArgs } from "./link"; export type Link = import("./link").Link; export declare const Link: typeof import("./link").Link; export { SinkArgs } from "./sink"; export type Sink = import("./sink").Sink; export declare const Sink: typeof import("./sink").Sink; export * from "../types/enums/oam";