import { ILinkListType } from '../../api-introspection'; export declare class DaemonService { trigger(payload: ILinkListType): Promise; }