declare const createGuid: () => string;
declare const createNoDashGuid: () => string;
export { createGuid, createNoDashGuid };
