/** * Returns the full path to the requested resource, if available * * @param {string} filePath * @param {string} [module] */ export default function resolve(filePath: string, module?: string): string; //# sourceMappingURL=resolve.d.ts.map