import type { PagedAsyncIterableIterator } from "@azure/core-paging";
import type { CommunityGalleryImages } from "../operationsInterfaces/index.js";
import type { ComputeManagementClient } from "../computeManagementClient.js";
import type { CommunityGalleryImage, CommunityGalleryImagesListOptionalParams, CommunityGalleryImagesGetOptionalParams, CommunityGalleryImagesGetResponse } from "../models/index.js";
/** Class containing CommunityGalleryImages operations. */
export declare class CommunityGalleryImagesImpl implements CommunityGalleryImages {
    private readonly client;
    /**
     * Initialize a new instance of the class CommunityGalleryImages class.
     * @param client Reference to the service client
     */
    constructor(client: ComputeManagementClient);
    /**
     * List community gallery images inside a gallery.
     * @param location The name of Azure region.
     * @param publicGalleryName The public name of the community gallery.
     * @param options The options parameters.
     */
    list(location: string, publicGalleryName: string, options?: CommunityGalleryImagesListOptionalParams): PagedAsyncIterableIterator<CommunityGalleryImage>;
    private listPagingPage;
    private listPagingAll;
    /**
     * List community gallery images inside a gallery.
     * @param location The name of Azure region.
     * @param publicGalleryName The public name of the community gallery.
     * @param options The options parameters.
     */
    private _list;
    /**
     * Get a community gallery image.
     * @param location The name of Azure region.
     * @param publicGalleryName The public name of the community gallery.
     * @param galleryImageName The name of the community gallery image definition.
     * @param options The options parameters.
     */
    get(location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImagesGetOptionalParams): Promise<CommunityGalleryImagesGetResponse>;
    /**
     * ListNext
     * @param location The name of Azure region.
     * @param publicGalleryName The public name of the community gallery.
     * @param nextLink The nextLink from the previous successful call to the List method.
     * @param options The options parameters.
     */
    private _listNext;
}
//# sourceMappingURL=communityGalleryImages.d.ts.map