/** Represents provider function */ export declare type Provider = (...args: any[]) => T;