import { Environment } from '@holographxyz/environment';
export declare const getABIs: (environment: string) => Promise<any>;
export declare const HOLOGRAPH_ADDRESSES: {
    [key in Environment]: string;
};
export declare const FAUCET_ADDRESSES: {
    [key in Environment]: string;
};
export declare const LZ_RELAYER_ADDRESSES: {
    [key: string]: string;
};
