import { LiveAppManifest } from "../../platform/types"; /** Appends query params to dapp URL or live app URL that might contain existing search params. */ export declare function appendQueryParamsToManifestURL(manifest: LiveAppManifest, queryString?: Record): URL | undefined; //# sourceMappingURL=appendQueryParamsToManifestURL.d.ts.map