pub fn parse_declared<'i, 't>(
    context: &ParserContext<'_>,
    input: &mut Parser<'i, 't>
) -> Result<PropertyDeclaration, ParseError<'i>>