import { RequestOptions, GasPlatformResponse } from './types.js'; declare function get(options: RequestOptions): Promise; export default get;