import TOSBase from '../base'; export interface DoesObjectExistInput { bucket?: string; key: string; versionId?: string; } export declare function doesObjectExist(this: TOSBase, input: DoesObjectExistInput): Promise;