/** * Create a randomly generated node uid. * @returns A randomly generated node uid. */ export declare function createUid(): string;