export default class ReservedNameError extends Error {
    constructor(name: string);
}
//# sourceMappingURL=ReservedNameError.d.ts.map