import { ValidNetwork } from '..';
export declare type ContractKey = 'V3_FACTORY' | 'LOOT_SINGLETON' | 'SHARES_SINGLETON' | 'BAAL_SINGLETON' | 'GNOSIS_MULTISEND' | 'TRIBUTE_MINION' | 'POSTER';
export declare type AddressKeyChain = {
    [key in ValidNetwork]?: string;
};
export declare type ContractAddressList = Record<ContractKey, AddressKeyChain>;
export declare const CONTRACTS: ContractAddressList;
export declare const SHAMAN_PERMISSIONS: {
    id: string;
    displayName: string;
}[];
