type UIDNames = 'default' | 'pen'; export declare function uid(name?: UIDNames): number; export declare function hashCode(s: string): number; export {}; /** Resets the next unique identifier to 0. This is used for some tests, dont touch or things WILL explode :) */