import { BusyConfig } from './busy-config';
export declare class BusyService {
    config: BusyConfig;
    constructor(config: BusyConfig);
}
