import { type Tree } from '@nx/devkit';
export declare function assertSupportedExpressVersion(tree: Tree): void;
export declare function assertSupportedKoaVersion(tree: Tree): void;
export declare function assertSupportedFastifyVersion(tree: Tree): void;
export declare function assertSupportedFrameworkVersion(tree: Tree, framework: string | undefined): void;
