import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../Macie2Client"; import { GetCustomDataIdentifierRequest, GetCustomDataIdentifierResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetCustomDataIdentifierCommandInput extends GetCustomDataIdentifierRequest {} export interface GetCustomDataIdentifierCommandOutput extends GetCustomDataIdentifierResponse, __MetadataBearer {} declare const GetCustomDataIdentifierCommand_base: { new ( input: GetCustomDataIdentifierCommandInput ): import("@smithy/core/client").CommandImpl< GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetCustomDataIdentifierCommandInput ): import("@smithy/core/client").CommandImpl< GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetCustomDataIdentifierCommand extends GetCustomDataIdentifierCommand_base { protected static __types: { api: { input: GetCustomDataIdentifierRequest; output: GetCustomDataIdentifierResponse; }; sdk: { input: GetCustomDataIdentifierCommandInput; output: GetCustomDataIdentifierCommandOutput; }; }; }