export declare type AsyncJobId = {
    token: string;
};
