type GoBackFunction = (shouldDisableCloseAnimation?: boolean, triggeredByNative?: boolean) => void;
export declare function useNativeBack(): {
    pushNativeGoBackFunction: (nativeGoBackFunction: GoBackFunction) => void;
    popNativeGoBackFunction: () => void;
    peekNativeGoBackFunction: () => GoBackFunction | undefined;
};
export {};
