declare module 'grilled-cheese-toast' { export interface IToast { show(text: string): void } export const Toast: IToast; }