import { Property } from "../types.js"; export default function property(): { name: string; parse(text: string): Property; alias: string[]; allowedOn: string[]; };