import { Bitcoind } from '../../types.js';
type GetChainTipsParams = {
    bitcoind: Bitcoind;
};
/**
 * getchaintips
 *
 * Return information about all known tips in the block tree, including the main chain as well as orphaned branches.
 *
 */
export declare function getChainTips(params: GetChainTipsParams): Promise<any>;
export {};
//# sourceMappingURL=get-chain-tips.d.ts.map