export type DebugLogger = (str: string) => void;
export declare function createDebugLogger(debugEnabled?: boolean): DebugLogger;
