import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetFolderPathRequest, GetFolderPathResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetFolderPathCommandInput extends GetFolderPathRequest {} export interface GetFolderPathCommandOutput extends GetFolderPathResponse, __MetadataBearer {} declare const GetFolderPathCommand_base: { new ( input: GetFolderPathCommandInput, ): import("@smithy/core/client").CommandImpl< GetFolderPathCommandInput, GetFolderPathCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetFolderPathCommandInput, ): import("@smithy/core/client").CommandImpl< GetFolderPathCommandInput, GetFolderPathCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetFolderPathCommand extends GetFolderPathCommand_base { protected static __types: { api: { input: GetFolderPathRequest; output: GetFolderPathResponse; }; sdk: { input: GetFolderPathCommandInput; output: GetFolderPathCommandOutput; }; }; }