import type { IApi, IDumiTechStack } from "../../types";
export declare const techStacks: IDumiTechStack[];
declare const _default: (api: IApi) => void;
export default _default;
