import { Toast } from '@versatiledatakit/shared';
export declare class ToastDefinitions {
    static successfullyRanJob(jobName: string): Toast;
}
