import { ApiDump } from "./data"; /** * Retrieves the Roblox API dump for the given `version`. If no `version` is * supplies, `getApiDump` simply retrieves the latest version. * * @param version * *Optional*. The Roblox version to use. Defaults to the latest version. */ export declare function getApiDump(version?: string): Promise;