export declare class DAREPropertyAPI { constructor() getPropertySecure(name: string, alt: any): string setPropertySecure(name: string, value: string, description: string): void }