export declare function gizmo(): {
    (): void;
    cleanUp(): any;
};
