export interface DebugContexts {
    [key: string]: boolean;
}
export interface LogColours {
    [key: string]: string;
}
export interface LogTimes {
    [key: string]: number;
}
