import type { Server } from '../entities/spec/server.ts';
/** Retrieve example values for server variables */
export declare const getServerVariableExamples: (server: Server) => Record<string, string[]>;
//# sourceMappingURL=get-server-variable-examples.d.ts.map