import type { FilesAndMethodsErrors } from '@pikku/inspector'; export type RequiredTypes = Partial<{ config: boolean; wireServiceType: boolean; singletonServicesType: boolean; userSessionType: boolean; singletonServicesFactory: boolean; wireServicesFactory: boolean; }>; export declare const checkRequiredTypes: (errors: FilesAndMethodsErrors, requires?: RequiredTypes) => void;