import { FunctionDeclaration, TypeLiteralNode } from "typescript"; /** * @description * It validates also. */ export declare function getParameterAstNode(fnStatementToCLI: FunctionDeclaration, fnName: string): TypeLiteralNode;