export declare class PortmanError extends Error {
    static render(error: Record<string, unknown>): void;
}
