import type { Section } from 'readme-md'; export default class SeeAlsoSection implements Section { readonly body: string; readonly position: number; readonly title: string; constructor(seeAlso: Record); } //# sourceMappingURL=SeeAlsoSection.d.ts.map