import { AxiosInstance } from 'axios';
export declare function createFolder(api: AxiosInstance, folderObj: any): Promise<any>;
export declare function findFolders(api: AxiosInstance, searchObj: any): Promise<any>;
export declare function getFolderById(api: AxiosInstance, folderId: string, includeHasNotes: boolean): Promise<any>;
