import { Service } from './service'; export declare const printServicesTable: (services: Service[]) => void;