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