export declare function generateXID(): Promise<{
    next: () => string;
}>;
