export const getTestFolderURI: jest.Mock<any, any, any>;
export const getTestFileURI: jest.Mock<any, any, any>;
export const getTestResourceContent: jest.Mock<any, any, any>;
export const createMockContent: jest.Mock<any, any, any>;
export const createMockMetadata: jest.Mock<any, any, any>;
export const createMockFilesList: jest.Mock<any, any, any>;
export const getMockedApi: jest.Mock<any, any, any>;
