import type { Arguments } from 'yargs';
export declare function daemonHandler(args: Arguments): Promise<void>;
