export default function _default({ port, directory }: {
    port: any;
    directory: any;
}): Promise<void>;
