import { BlockFrostAPI } from '../../../index';
import { components } from '@blockfrost/openapi';
/**
 * Obtains detailed network information.
 * @see {@link https://docs.blockfrost.io/#tag/Cardano-Network/paths/~1network/get | API docs for Network information}
 *
 * @returns Detailed network information.
 *
 */
export declare function network(this: BlockFrostAPI): Promise<components['schemas']['network']>;
