export interface IPerpConfig { packageId: string; vaultObjectId: string; adminCapObjectId: string; } export declare const CONFIGS: { mainnet: IPerpConfig; testnet: IPerpConfig; };