import {CallSignatureStructure} from "./../general"; export interface OverloadSignaturedStructure { overloadSignatures?: CallSignatureStructure[]; }