export declare const getKeyProperties: (jobData: string) => "" | {
    id: string;
    queueName: string;
};
