import { Id } from "./Id";
/**
 * Do not use this function in production, it is created only for testing proposes
 * There isn't a way to create a valid ia from any number value
 *
 * Use Id.fromNumber
 */
export declare const unsafeId: (n: number) => Id;
