import { IMapping, IOptions } from '../../__types__'; /** * Checks the validity of the options */ export declare const validateOptions: (options: IOptions) => void; /** * Checks the validity of the baseUrl */ export declare const validateBaseUrl: (options: IOptions) => void; /** * Checks the validity of the mapping. * * IMapping: { nodes: [], menus: [], entities: {}} */ export declare const validateMapping: (options: IOptions) => void; //# sourceMappingURL=Mapping.d.ts.map