import type { Primitive } from './types/common.js'; export declare const prefix: (prefixString: string, value: Exclude, defaultValue?: string) => string;