export declare const addAfterRenderSystemWithArgs: <Args extends unknown[]>(item: (...args: Args) => void, args: Args) => void;
