export declare function Signal(host: string, apikey: string, identifier: string, signal: string): Promise<string | void>;
