export declare class DestinationDescriptors { constructor(); getCount(): number; getDeliverTo(): string; getDescription(): string; getDestinationTypeId(): string; getKey(): string; getProperty(property?: string): string; hasNext(): boolean; next(): boolean; } //# sourceMappingURL=DestinationDescriptors.d.ts.map