import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeDBClusterSnapshotAttributesMessage, DescribeDBClusterSnapshotAttributesResult, } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeDBClusterSnapshotAttributesCommandInput extends DescribeDBClusterSnapshotAttributesMessage {} export interface DescribeDBClusterSnapshotAttributesCommandOutput extends DescribeDBClusterSnapshotAttributesResult, __MetadataBearer {} declare const DescribeDBClusterSnapshotAttributesCommand_base: { new ( input: DescribeDBClusterSnapshotAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeDBClusterSnapshotAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base { protected static __types: { api: { input: DescribeDBClusterSnapshotAttributesMessage; output: DescribeDBClusterSnapshotAttributesResult; }; sdk: { input: DescribeDBClusterSnapshotAttributesCommandInput; output: DescribeDBClusterSnapshotAttributesCommandOutput; }; }; }