export declare function stripHtml(html: string): string;
export declare function pad(num: number, places: number, padCharacter?: string): string;
export declare function isCourseID(id: string): boolean;
//# sourceMappingURL=utils.d.ts.map