import { SOAPAPIInfo } from "./SOAPAPIInfo"; export declare class SOAPAPIRetriever { getAPIs(): SOAPAPIInfo[]; constructor(); }