The following grammar describes the syntax of the Query.declareImports( ) argument:
DeclareImports: ImportDeclarations ; ImportDeclarations ImportDeclarations: ImportDeclaration ImportDeclarations ; ImportDeclaration ImportDeclaration: import Name import Name.*