import { FunctionDeclaration } from "typescript"; export declare function getCommandName(_: { fn: FunctionDeclaration; }): { commandName: string; functionName: string; };