/**
 * An array with 3 values:
 * 1. string which identifies the source
 * 2. string which identifies the item within the source
 */
export declare type DataItemIdentifierInterface = [string, string];
