import { NETWORK } from '../core'; export interface IConfigs { containerObjectId: string; flowx: { packageId: string; }; } export declare const getConfigs: (network: NETWORK) => IConfigs;