export interface Provider {
    getAll(): string[];
}
//# sourceMappingURL=provider.d.ts.map