type SpeedDemonKeyType = 'carousel' | 'channel';
export declare const speedDemonKey: (hashedId: string, type?: SpeedDemonKeyType) => string;
export declare const speedDemonScripts: (hashedId: string) => HTMLScriptElement[] | undefined;
export declare const speedDemonScriptExists: (hashedId: string, type?: SpeedDemonKeyType) => boolean;
export {};
//# sourceMappingURL=speedDemon.d.ts.map