/**
 * Get the folder path of the currently open and active vscode file
 */
export default function getActiveFileFolderPath(): {
    activeFileFolderPath: string;
};
