import { Factory } from "fishery"; import type { WebsiteUrl } from "../../../websitalk/websiteUrls"; export declare const websiteUrlFactory: Factory>; export declare function createWebsiteUrlFixture(overrides?: Partial): WebsiteUrl; //# sourceMappingURL=websiteUrls.d.ts.map