export type ReferenceSection = "robot" | "cloud" | "auction"; export declare function generateReference(section?: ReferenceSection): string;