type Channel = "rightmove" | "onTheMarket" | "zoopla" | "website"; export declare function propertySold(params: { accountId: string; channel: Channel; teamName?: string; limit?: number; }): Promise; export {}; //# sourceMappingURL=property-sold.d.ts.map