export declare class StageNotFound extends Error {
    constructor(name?: string);
}
