/// /** * Loads the module as a buffer, given the given filePath. * @param filePath the location of the module * @returns the module as a buffer */ export declare function getModuleBuffer(filePath: string): Buffer;