import { TypeRegistry } from '@substrate/txwrapper-core/lib/types';
import { Material } from './iface';
export declare class SingletonRegistry {
private static instance;
private static material;
static getInstance(material: Material): TypeRegistry;
}
//# sourceMappingURL=singletonRegistry.d.ts.map