import { Bitcoind } from '../../types.js';
type GetBlockHashParams = {
    bitcoind: Bitcoind;
    height: number;
};
/**
 * getblockhash height
 *
 * Returns hash of block in best-block-chain at height provided.
 *
 */
export declare function getBlockHash(params: GetBlockHashParams): Promise<any>;
export {};
//# sourceMappingURL=get-block-hash.d.ts.map