/** Data of a domain option */
export interface ServiceOption {
    /** Service name of the option */
    serviceName: string;
}
//# sourceMappingURL=ServiceOption.d.ts.map