/**
 * Provides an interface os a GA command list.
 */
export declare type DataLayer = Array<(string | {
    [param: string]: string;
})>;
