import { FunctionDeclaration } from "typescript"; /** * @description * It also validates that the description is well defined. */ export declare function getCommandDescription(_: { commandName: string; fn: FunctionDeclaration; }): string;