/** * Get anvil version * * @param command Path or alias of the anvil binary. Defaults to `anvil`. * @returns The anvil version */ export declare function getVersion(command?: string): Promise; //# sourceMappingURL=getVersion.d.ts.map