export declare const getFromCache: (content: string) => string | undefined; export declare function debounce void>(func: F, waitFor: number): (...args: Parameters) => void; export declare const addToCache: (codeTS: string, codeJS: string) => void; //# sourceMappingURL=bun-plugin.d.mts.map