/**
 * Prints a log statement to the console if the DEBUG flag is true.
 * @param args any[]
 */
export declare const log: <T>(...args: T[]) => void;
