import { readCometHookRequest } from './hook-adapter.js'; interface ParsedArgs { platformId: string; projectRoot?: string; } export declare function projectRootFrom(parsed: ParsedArgs, request?: ReturnType): Promise; export declare function runCometHookRouter(args: readonly string[]): Promise; export declare function main(argv?: readonly string[]): Promise; export declare function isDirectEntry(entry: string | undefined, moduleUrl?: string): boolean; export {}; //# sourceMappingURL=hook-router-entry.d.ts.map