import { Exception } from '@poppinss/utils';
export declare class InvalidProcessorException extends Exception {
    /**
     * Raised when the profiler worker doesn't exports the process
     * function
     */
    static missingWorkerMethod(): InvalidProcessorException;
}
