export declare const BackgroundProcessHandling: {
    Queued: string;
    Immediate: string;
};
export type BackgroundProcessHandling = (typeof BackgroundProcessHandling)[keyof typeof BackgroundProcessHandling];
