import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDocumentPathRequest, GetDocumentPathResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetDocumentPathCommandInput extends GetDocumentPathRequest {} export interface GetDocumentPathCommandOutput extends GetDocumentPathResponse, __MetadataBearer {} declare const GetDocumentPathCommand_base: { new ( input: GetDocumentPathCommandInput, ): import("@smithy/core/client").CommandImpl< GetDocumentPathCommandInput, GetDocumentPathCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetDocumentPathCommandInput, ): import("@smithy/core/client").CommandImpl< GetDocumentPathCommandInput, GetDocumentPathCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDocumentPathCommand extends GetDocumentPathCommand_base { protected static __types: { api: { input: GetDocumentPathRequest; output: GetDocumentPathResponse; }; sdk: { input: GetDocumentPathCommandInput; output: GetDocumentPathCommandOutput; }; }; }