export type VoiceCaptureProfile = "browser" | "standalone"; export declare const isStandalonePwa: () => boolean; export declare const getVoiceCaptureProfile: () => VoiceCaptureProfile;