export interface ShowOptions { show?: string; echo?: boolean; leaveBottomStripeAlone?: boolean; preserveBackButton?: boolean; modes?: any[]; } export declare class DefaultShowOptions implements ShowOptions { }