/**
* Used for dataloaders to generate an array with null entries when it couldn't be found
*/exportdeclareconstcreateOptionalsArray: <Data, Attributeextends keyof Data, KeyextendsData[Attribute]>(keys: Key[], data: Data[], attribute: Attribute) =>Data[];