importtype { ProcessRecord } from'./types';
/**
* This publication carries all process status info from the server to the client.
*/exportdeclareconstpublicationBackgroundProcesses: import("@moxb/meteor").MeteorPublicationHandle<{
scopeId: string;
search: string;
}, ProcessRecord>;