import { Bitcoind } from '../../types.js';
type ListLabelsParams = {
    bitcoind: Bitcoind;
    purpose?: string;
};
/**
 * listlabels ( "purpose" )
 *
 * Returns the list of all labels, or labels that are assigned to addresses with a specific purpose.
 *
 */
export declare function listLabels(params: ListLabelsParams): Promise<any>;
export {};
//# sourceMappingURL=list-labels.d.ts.map