export declare var Camera: { name: string; plugin: string; getPicture: (...args: any[]) => any; cleanup: (...args: any[]) => any; };