import type { Service } from '../client/interfaces/Service'; /** * Set unique imports, sorted by name * @param service */ export declare const postProcessServiceImports: (service: Service) => string[];