import { B2Client } from './client'; export declare class B2SDKModule { private c; private path; constructor(client: B2Client, entryPath: string); }