export declare const isGuidEmpty: (guid: string) => boolean; export declare const isGuidEquals: (guid1: string, guid2: string) => boolean;