export declare function fetchShortcutPageUrl(liffId: string, params: {
    url: string;
    description?: string;
}): Promise<string>;
