declare const _default: { name: string; validator: (config: unknown) => void; handler: (...args: any[]) => any; }; export default _default;