/**
 * Given the ID of a container entity and a path string array, create the folder structure as necessary and return the ID of the final folder in the path.
 * @returns The ID of the final folder in the path.
 */
export declare function useCreateFolderPath(): import("@tanstack/react-query").UseMutationResult<string, Error, {
    rootContainerId: string;
    path: string[];
}, unknown>;
//# sourceMappingURL=useCreateFolderPath.d.ts.map