import type { SwishApp } from "../swish"; export declare function buildShareListUrl(swish: SwishApp, args: { publicListId: string; }): URL;