import {BaseParameterStructure} from "./../base"; export interface CallSignatureParameterStructure extends BaseParameterStructure { }