export declare class NPOT {
    private imgRoots;
    fixAll(): Promise<void>;
    fixNPOT(file: string, force: boolean): Promise<void>;
}
