import type { CommunityGalleries } from "../operationsInterfaces/index.js";
import type { ComputeManagementClient } from "../computeManagementClient.js";
import type { CommunityGalleriesGetOptionalParams, CommunityGalleriesGetResponse } from "../models/index.js";
/** Class containing CommunityGalleries operations. */
export declare class CommunityGalleriesImpl implements CommunityGalleries {
    private readonly client;
    /**
     * Initialize a new instance of the class CommunityGalleries class.
     * @param client Reference to the service client
     */
    constructor(client: ComputeManagementClient);
    /**
     * Get a community gallery by gallery public name.
     * @param location The name of Azure region.
     * @param publicGalleryName The public name of the community gallery.
     * @param options The options parameters.
     */
    get(location: string, publicGalleryName: string, options?: CommunityGalleriesGetOptionalParams): Promise<CommunityGalleriesGetResponse>;
}
//# sourceMappingURL=communityGalleries.d.ts.map