import { BunnyNetConfig } from '../types/BunnyNetTypes';
import { ExtendedDRMConfig } from '../types/DRMTypes';
export declare class BunnyNetProvider {
    static createConfig(bunnyConfig: BunnyNetConfig): ExtendedDRMConfig;
}
//# sourceMappingURL=BunnyNetProvider.d.ts.map