import { AbstractPropertyAction } from './AbstractPropertyAction';
export declare class HasNotBoughtPropertyAction extends AbstractPropertyAction {
    constructor(playerName: string, message: string, propertyIndex: number);
}
