export declare const NETWORK_MAGIC: {
    readonly mainnet: 764824073;
    readonly testnet: 1097911063;
    readonly preprod: 1;
    readonly preview: 2;
};
export declare const ENV_VAR_PROJECT_ID: {
    mainnet: string;
    testnet: string;
    preview: string;
    preprod: string;
};
