import { InputBag } from './input-bag.js'; import { ParameterBag as ParameterBagContract } from '@supercharge/contracts'; export declare class ParameterBag = any> extends InputBag implements ParameterBagContract { /** * Returns an object containing all parameters. */ toJSON(): Properties; }