export interface Spec { launchCamera(options: Object, callback: () => void): void; launchImageLibrary(options: Object, callback: () => void): void; }