import type { Identifier } from '../../interfaces/index.ts'; /** * Convert Guid to Buffer for storing in Sqlite BLOB */ export declare const guid: (str: Identifier) => Buffer;