export declare class Camera {
    static getPicture(options: any): void;
    static cleanup(): void;
}