declare module "aurelia-typed-observable-plugin/dist/types/bindable" {
    interface IBindableDecorator {
        booleanMd: IBindableDecoratorFunction<boolean>;
        numberMd: IBindableDecoratorFunction<number>;
        stringMd: IBindableDecoratorFunction<string>;
    }
}
export declare class Dummy {
}
