export declare const LocalServerEventLoggingStyle: {
    Full: string;
    FullWithBase64Decode: string;
    Summary: string;
    None: string;
};
export type LocalServerEventLoggingStyle = (typeof LocalServerEventLoggingStyle)[keyof typeof LocalServerEventLoggingStyle];
