export declare const spool: {
    type: string;
    provides: {
        resources: any[];
        api: {};
        config: string[];
    };
    lifecycle: {
        configure: {
            listen: string[];
            emit: string[];
        };
        initialize: {
            emit: string[];
        };
    };
};
