import type { ApiParams } from '../types/ApiParams.js'; import { type GetLinkConfigOutput } from '../types/GetLinkConfigOutput.js'; /** * Returns the host's config required for linking. */ export declare function getLinkConfig(params: ApiParams): GetLinkConfigOutput; export declare namespace getLinkConfig { var procedure: import("@trpc/server").TRPCQueryProcedure<{ input: void; output: import("@ms-cloudpack/common-types").CloudpackLinkConfig; meta: never; }>; } //# sourceMappingURL=getLinkConfig.d.ts.map