export declare class DebugMode { takePicture: boolean; showCoordinates: boolean; showDocumentDetectorStatus: boolean; showCroppedDocument: boolean; transparentBackground: boolean; DEBUG_CROP_SIZE: number; constructor(); fullMode: () => this; } export declare const fullDebugMode: DebugMode; export declare function getDebugMode(): DebugMode; //# sourceMappingURL=debug.d.ts.map