export type NetworkType = 'devnet' | 'testnet' | 'mainnet'; export declare const chainNetwork: NetworkType; declare const MatrixBotHomeServerUrl: Record; declare const MatrixHomeServerUrl: Record; declare const MatrixHomeServerUrlCropped: Record; declare const MatrixRoomBotServerUrl: Record; declare const MatrixClaimBotServerUrl: Record; export declare const MatrixBotHomeServerUrlByNetwork: string; export declare const MatrixHomeServerUrlByNetwork: string; export declare const MatrixHomeServerUrlCroppedByNetwork: string; export declare const MatrixRoomBotServerUrlByNetwork: string; export declare const getMatrixClaimBotServerUrlByNetwork: () => string; export declare function getDefaultMatrixHomeServerUrl(network?: NetworkType): string; export declare function getDefaultMatrixHomeServerUrlCropped(network?: NetworkType): string; export declare function getDefaultStateBotUrl(network?: NetworkType): string; export declare function getDefaultRoomsBotUrl(network?: NetworkType): string; export declare function getDefaultClaimBotUrl(network?: NetworkType): string; export { MatrixHomeServerUrl, MatrixHomeServerUrlCropped, MatrixBotHomeServerUrl, MatrixRoomBotServerUrl, MatrixClaimBotServerUrl, }; //# sourceMappingURL=config.d.ts.map