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