import { Id } from '../id';
import { IdOptions } from './options';
/**
 * Create a Strong Id type.
 * @param fallback
 * @param initial
 * @returns
 *
 * @category Strings
 */
export declare function idMake(fallback: string, value?: string | null, options?: IdOptions): Id;
