interface Args { title: string; body: string; } interface Size { width: number; height: number; } export type { Args, Size }; //# sourceMappingURL=gui.d.ts.map