import { RequestOptionsFactory } from '@wix/sdk-types'; /** * Retrieves a list of a site's published URLs. * If a site hasn't been published, the call returns an empty array. */ export declare function listPublishedSiteUrls(payload: object): RequestOptionsFactory;