export declare function validateId(rawId: string, config?: {
    prefix?: string;
    length?: number;
}): string;
