export declare const PHXUseDirectLink: () => (pushLink: string, options?: {
    replace?: boolean;
}) => void;
