export declare function cli(args: string[]): Promise<void>;
export declare function instantiateLogger(): Promise<void>;
