import { GetPrivateDnsZoneSuffix } from "../operationsInterfaces";
import { MySQLManagementFlexibleServerClient } from "../mySQLManagementFlexibleServerClient";
import { GetPrivateDnsZoneSuffixExecuteOptionalParams, GetPrivateDnsZoneSuffixExecuteResponse } from "../models";
/** Class containing GetPrivateDnsZoneSuffix operations. */
export declare class GetPrivateDnsZoneSuffixImpl implements GetPrivateDnsZoneSuffix {
    private readonly client;
    /**
     * Initialize a new instance of the class GetPrivateDnsZoneSuffix class.
     * @param client Reference to the service client
     */
    constructor(client: MySQLManagementFlexibleServerClient);
    /**
     * Get private DNS zone suffix in the cloud.
     * @param options The options parameters.
     */
    execute(options?: GetPrivateDnsZoneSuffixExecuteOptionalParams): Promise<GetPrivateDnsZoneSuffixExecuteResponse>;
}
//# sourceMappingURL=getPrivateDnsZoneSuffix.d.ts.map