export declare const getPlatform: (message: string) => Promise<"ios" | "android">;
