import type { Meta } from '@lifi/perps-types'; import type { SDKRequestOptions } from '../types/config.js'; import type { PerpsSDKClient } from '../types/provider.js'; export declare function getMeta(client: PerpsSDKClient, options?: SDKRequestOptions): Promise; //# sourceMappingURL=getMeta.d.ts.map