export declare const addPrioritizedJob: {
    name: string;
    content: string;
    keys: number;
};
