import type { LoaderDefinition } from "webpack";
declare const APIFunctionLoader: LoaderDefinition;
export default APIFunctionLoader;
