import { PropertySecurity } from "../data"; export declare function isPropertySecurity(value: unknown): value is PropertySecurity;