import { ClassDeclaration } from "ts-morph"; import { Oa3Server } from "../definitions"; import { TypeTable } from "../types"; import { LociTable } from "../locations"; import { Result } from "../util"; import { ParserError } from "../errors"; export declare function parseOa3Servers(klass: ClassDeclaration, typeTable: TypeTable, lociTable: LociTable): Result;