/** @type {{[key: string]: string}} */ export const PREVIEWNET_CERTS: { [key: string]: string; }; /** @type {{[key: string]: string}} */ export const TESTNET_CERTS: { [key: string]: string; }; /** @type {{[key: string]: string}} */ export const MAINNET_CERTS: { [key: string]: string; };