import type { Platform } from './Platform'; export declare class BrowserPlatform implements Platform { sign(): string; }