/** This tests augmentation outputs, e.g. as used in the polkadot-js/api */ export interface Something { bar: string; foo: string; } declare module '@polkadot/dev/types' { const blah: string; }