///
import * as __aws_sdk_middleware_stack from "@aws-sdk/middleware-stack";
import * as __aws_sdk_types from "@aws-sdk/types";
import * as _stream from "stream";
import { InputTypesUnion } from "../types/InputTypesUnion";
import { OutputTypesUnion } from "../types/OutputTypesUnion";
import { GetRandomPasswordInput } from "../types/GetRandomPasswordInput";
import { GetRandomPasswordOutput } from "../types/GetRandomPasswordOutput";
import { SecretsManagerResolvedConfiguration } from "../SecretsManagerConfiguration";
export * from "../types/GetRandomPasswordInput";
export * from "../types/GetRandomPasswordOutput";
export * from "../types/GetRandomPasswordExceptionsUnion";
export declare class GetRandomPasswordCommand implements __aws_sdk_types.Command {
readonly input: GetRandomPasswordInput;
readonly model: __aws_sdk_types.OperationModel;
readonly middlewareStack: __aws_sdk_middleware_stack.MiddlewareStack;
constructor(input: GetRandomPasswordInput);
resolveMiddleware(clientStack: __aws_sdk_middleware_stack.MiddlewareStack, configuration: SecretsManagerResolvedConfiguration): __aws_sdk_types.Handler;
}