import type { Transform } from '..';
export interface ISimplifyOptions {
    tolerance?: number;
}
export declare const simplify: Transform;
