import { ChainName } from "../index"; export type MaxWithdrawFeesTable = Record>; export declare function readBoolFromEnv(name: string, defVal?: string): boolean; export declare function readNumberFromEnv(name: string, def: number): number; export declare function readNumberOrUndefinedFromEnv(name: string): number | undefined; export declare function readStringFromEnv(name: string, def: string, required?: boolean): string; export declare function readFromEnv(name: string, throwIfMissing?: boolean): string; export declare function readMaxWithdrawFeesTable(envVariable?: string, forceUpdate?: boolean): MaxWithdrawFeesTable; export declare function defaultMaxWithdrawFeesTable(): MaxWithdrawFeesTable; //# sourceMappingURL=config.d.ts.map