import Layer2 from "./layer2";
export default class Layer2s {
    private static _contracts;
    private constructor();
    static get(address: string): Layer2;
}
