import {AuthenticatedLightningMethod} from '../../typescript';

/**
 * Stop the Lightning daemon.
 *
 * Requires `info:write` permission
 */
export const stopDaemon: AuthenticatedLightningMethod;
