export declare class RequiredPropertyError extends Error {
    constructor(msg: string);
}
