export declare class RefinerProperty {
    name: string;
    constructor(name: string);
}
