import { System } from '../lib/System'; export declare const useSystem: (callback: System, priority?: number) => any;