import type { VersionInfo } from './types.ts';
export type * from './types.ts';
export default function call(versionInfo: string | VersionInfo, filePath: string, ...args: unknown[]): unknown;
