export declare function createSessionSlug(isTaken?: (id: string) => boolean): string;
