import grabDist from "./rebuilds/next-js/grabDist";
declare const buncid: {
    builds: {
        nextJs: {
            grabDist: typeof grabDist;
        };
    };
};
export default buncid;