export declare class PrivateDomainsItem {
    pd: string;
    enabled: boolean;
}
