export interface IObject {
    [property: string]: any;
}
export declare type IFunction = (...args: any) => any;
//# sourceMappingURL=index.d.ts.map