export declare class FastError extends Error {
    constructor(m: string);
}
