import { LockupWalletV1 } from './lockup-wallet-v1';
export declare const all: {
    'lockup-0.1': typeof LockupWalletV1;
};
export declare const list: (typeof LockupWalletV1)[];
