import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class PreIPOFundingRounds extends ClientSDK { /** * List Pre IPO Company Funding Rounds * * @remarks * Lists Pre IPO Company Funding Rounds. */ listPreIpoCompanyFundingRounds(preIpoCompanyId: string, pageSize?: number | undefined, pageToken?: string | undefined, options?: RequestOptions): Promise; /** * Get Pre IPO Company Funding Round * * @remarks * Gets a Pre IPO Company Funding Round. */ getPreIpoCompanyFundingRound(preIpoCompanyId: string, fundingRoundId: string, options?: RequestOptions): Promise; } //# sourceMappingURL=preipofundingrounds.d.ts.map