import { Server } from "../../../../server"; import { DBBlock } from "../../../lib/db/DBBlock"; export declare function dumpForks(server: Server, blocks: string): Promise; export declare function dumpBlocks(server: Server, blocks: string, showMainBcOnly?: boolean): Promise; export declare function dumpBlockIfDefined(b: DBBlock | undefined | null): void;