import { Debug } from './types/debug';
export declare const setTimestamp: (debug: Debug, LOGGER_TIMESTAMP_ENABLED: string | boolean, namespacePrefix: string) => void;
