import { Tree } from '@nx/devkit';
import { CustomServerSchema } from './schema';
export declare function customServerGenerator(host: Tree, options: CustomServerSchema): Promise<() => void>;
