import type { InstanceType } from 'n8n-core';
export declare function generateNanoId(): string;
export declare function generateHostInstanceId(instanceType: InstanceType): string;
