export declare var lastId: number; export declare function stamp(obj: any): any; export declare function wrapNum(x: number, range: any, includeMax?: boolean): any; export declare function falseFn(): boolean; export declare function formatNum(num: number, digits?: number): number; export declare function trim(str: string): string; export declare function splitWords(str: string): string[]; export declare var emptyImageUrl: string; export declare var requestFn: any; export declare var cancelFn: any; export declare function requestAnimFrame(fn: Function, context?: any, immediate?: boolean): any; export declare function cancelAnimFrame(id: number): void; export declare function template(str: string, data: Object): string;