export declare class HandwrittenDigitTransformer {
    static transform(canvas: HTMLCanvasElement): number[];
    private static translate(image);
}
