export declare class RootFolderNotFoundError extends Error { constructor(parentFolderPath: string, serverUrl: string, accessToken?: string); }