export interface GasBreadcrumb { title: string; callback: (crumb: GasBreadcrumb) => void; }