import { Bitcoind } from '../../types.js';
type GetAddressesByLabelParams = {
    bitcoind: Bitcoind;
    label: string;
};
/**
 * getaddressesbylabel "label"
 *
 * Returns the list of addresses assigned the specified label.
 *
 */
export declare function getAddressesByLabel(params: GetAddressesByLabelParams): Promise<any>;
export {};
//# sourceMappingURL=get-addresses-by-label.d.ts.map