declare const _default: {
    default: () => {
        skipList: any[];
        skipEndpoints: any[];
    };
    validator(config: any): void;
    /** The name of the plugin @default "logz" */
    pluginName: string;
};
export default _default;
