export interface NavigateBackOptions {
    delta: number;
}
export declare const navigateBack: (options?: NavigateBackOptions) => void;
