/// import { Reflection } from '@tygen/reflector'; import { PrettyCode } from './prettier'; export declare class CallSignaturesPre extends PrettyCode<{ keyword?: string; join?: string; callSignatures?: Reflection[]; }> { render(): JSX.Element | null; } //# sourceMappingURL=call-signatures.d.ts.map