export declare const promiseSerial: (funcs: any, props: any) => any;
export declare function verifyRouterData(arr: any): {};
export declare function rejectErrorObject(obj: any): Error;
export declare function makeCancelable(promise: any): {
    promise: Promise<unknown>;
    cancel(): void;
};
export declare function checkReplaceUrlMatch(redirect: any, match: any): any;
