import WebinyError from "@webiny/error"; export declare class NotFoundError extends WebinyError { constructor(message?: string); }