export declare const SCAFFOLD_PACKAGE_LINES: {
    readonly "@mesh-tech/app-kit": "^1.45.0";
    readonly "@mesh-tech/esm-bundle": "^0.1.1";
};
export type ScaffoldPackage = keyof typeof SCAFFOLD_PACKAGE_LINES;
export declare const SCAFFOLD_TOOLCHAIN: {
    readonly "@types/node": "^24.2.1";
    readonly tsx: "^4.20.4";
    readonly typescript: "^5.9.2";
};
export declare function isPrerelease(range: string): boolean;
export declare function toCaretRange(version: string): string | null;
export declare function resolvePublishedRange(pkg: ScaffoldPackage, cwd: string): {
    range: string;
    resolved: boolean;
};
