import { Options } from '../server';
declare function init(name?: string): void;
declare function runT9nStandalone(configFile: string): Promise<void>;
declare function t9nStandalone(options: Options, currentWorkingDirectory?: string): Promise<unknown>;
export { init, runT9nStandalone, t9nStandalone };
