export interface LogTypewriterOptions {
    totalWidth?: number;
}
export declare function logTypewriter(options?: LogTypewriterOptions): (message: string, namespace?: string, date?: Date) => any;
