import type { Platform } from "./types"; export declare const TRUNCATE_LIMIT = 1000; export declare const NATIVE_TITLE_LIMIT = 64; export declare const NATIVE_MESSAGE_LIMIT = 128; export declare function detectPlatform(): Platform; export declare function getDefaultSoundPath(p: Platform): string;