Gets the declare keyword or throws if it doesn't exist.
Optionalmessage: string | (() => string)If the node has the declare keyword.
Gets if the node is ambient.
Sets if this node has a declare keyword.
Optionalvalue: booleanTo add the declare keyword or not.
Gets the declare keyword or undefined if none exists.