import { PagedAsyncIterableIterator } from "@azure/core-paging";
import { Server, ReplicasListByServerOptionalParams } from "../models";
/** Interface representing a Replicas. */
export interface Replicas {
    /**
     * List all the replicas for a given server.
     * @param resourceGroupName The name of the resource group. The name is case insensitive.
     * @param serverName The name of the server.
     * @param options The options parameters.
     */
    listByServer(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams): PagedAsyncIterableIterator<Server>;
}
//# sourceMappingURL=replicas.d.ts.map