import { NavigationGuardHook } from '../types'; export declare function runQueue(queue: Array, fn: Function, cb: Function): void;