import { Bitcoind } from '../../types.js';
type SetLabelParams = {
    bitcoind: Bitcoind;
    address: string;
    label: string;
};
/**
 * setlabel "address" "label"
 *
 * Sets the label associated with the given address.
 *
 */
export declare function setLabel(params: SetLabelParams): Promise<any>;
export {};
//# sourceMappingURL=set-label.d.ts.map