import { Bitcoind } from '../../types.js';
type ListLockUnspentParams = {
    bitcoind: Bitcoind;
};
/**
 * listlockunspent
 *
 * Returns list of temporarily unspendable outputs.
 * See the lockunspent call to lock and unlock transactions for spending.
 *
 */
export declare function listLockUnspent(params: ListLockUnspentParams): Promise<any>;
export {};
//# sourceMappingURL=list-lock-unspent.d.ts.map