export declare class KeyUtil {
    static guid(seed?: string): string;
}
