export declare const sequenceHandler: <T extends Function, S>(handler: T | undefined, ...args: S[]) => void;
