import type { CommunityGalleriesGetOptionalParams, CommunityGalleriesGetResponse } from "../models/index.js";
/** Interface representing a CommunityGalleries. */
export interface CommunityGalleries {
    /**
     * 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