export declare const PUSH = "push";
export declare const REPLACE = "replace";
export declare const PREFETCH = "prefetch";
export declare const GO = "go";
export type RouterMethod = typeof PUSH | typeof REPLACE | typeof PREFETCH | typeof GO;
declare const _default: {
    PUSH: string;
    REPLACE: string;
    GO: string;
    PREFETCH: string;
};
export default _default;
