import * as mockDbxApi from '../mocks/dbx-api.js';
export declare function getMockedApi(): typeof mockDbxApi;
export declare function createMockContent(text: string, encoding?: string): {
    content: {
        text: string;
        encoding: string;
    }[];
};
export declare function createMockMetadata(data: any): {
    content: {
        text: string;
    }[];
};
export declare function createMockFilesList(files: any[]): {
    content: {
        text: string;
    }[];
};
