export declare class DefaultValueConstructionError extends TypeError {
    name: string;
}
