/// import type { Platform } from './Platform'; export declare class NodePlatform implements Platform { sign(algo: string, key: string | Buffer, value: string): string; }