export declare type DefaultPropertyType = {
    type: string;
    validate?: (param: any) => void;
    required?: boolean;
    default?: any;
    match?: RegExp;
};
//# sourceMappingURL=types.d.ts.map