import { ScalarType } from "./types";
export declare class NotReady extends Error {
    key: ScalarType;
    constructor(key: ScalarType);
}
export declare class NeverMatch extends Error {
}
