export declare class DestinationDescriptors { getCount(): number getDeliverTo(): string getDescription(): string getDestinationTypeId(): string getKey(): string getProperty(property?: string): string hasNext(): boolean next(): boolean constructor() }