declare const _UnitFrame: {
    started: boolean;
    init(): void;
    start(): void;
    stop(): void;
};
export default _UnitFrame;
