export declare function useGuid(): {
    guid: () => string;
    uuid: (uuidLength: number, radix?: number) => string;
};
