import type { Writer } from '../Writer';
export declare class NoneProperty {
    static readonly PropertyName = "None";
    static to(target: Writer): Writer;
}
