import { Property } from '#csharp/lowlevel-generator/code-model';
import { InterfaceProperty } from '#csharp/code-dom/interface-property';
import { State } from '../generator';
import { ModelInterface } from './interface';
export declare class ModelInterfaceProperty extends InterfaceProperty {
    constructor(parent: ModelInterface, property: Property, state: State, objectInitializer?: Partial<ModelInterfaceProperty>);
}
//# sourceMappingURL=interface-property.d.ts.map