import { PrettyOptions } from 'pino';
export interface PrettyOptionsExtended extends PrettyOptions {
    prettyStamp: boolean;
}
