import * as Types from 'larkin-types'; export declare type SpeechAPI = Types.SpeechAPI; export declare type PlatformAPI = Types.PlatformAPI; export declare type UtilsAPI = Types.UtilsAPI; export declare type KeyboardAPI = Types.KeyboardAPI; export declare type NotificationsAPI = Types.NotificationsAPI; export declare type ApplicationAPI = Types.ApplicationAPI; export declare type AccessibilityAPI = Types.AccessibilityAPI; export declare type Element = Types.Element; export declare type Window = Types.Window; export declare type Application = Types.Application; export declare type Event = Types.Event; export declare type Voice = Types.Voice; export declare type Version = Types.Version; export declare const speech: SpeechAPI; export declare const platform: PlatformAPI; export declare const utils: UtilsAPI; export declare const keyboard: KeyboardAPI; export declare const notifications: NotificationsAPI; export declare const applications: ApplicationAPI; export declare const accessibility: AccessibilityAPI;