import type { SchemableObject } from '../doc.helpers';
export declare const ApiProperty: (scheme: SchemableObject) => PropertyDecorator;
