/** * Resolve the entry file for a command. * If an explicit entry is provided, return it as-is. * Otherwise, read the `main` field from the nearest `package.json`. */ export declare function resolveEntry(entry: string | undefined): string; //# sourceMappingURL=resolveEntry.d.ts.map