import { Datapack } from "@throw-out-error/minecraft-datapack";
export declare function getMinecraftPath(): string;
export declare function datapackFromPath(path: string): Promise<Datapack>;
