/** * FART (Flash of inAccurate coloR Theme) prevention * * Set theme initially, before any rendering happens, either: * - load this script in all elements * - for buildless dev servers, transform hook for html files, insert it in head * - for build steps, insert it in .html file(s) during build w transform hooks * * c8 ignore is because we can't emulate user preferring darkmode through prefers-color-scheme */ export declare function preventFart(localStorageKey?: string): 'dark' | 'light'; //# sourceMappingURL=prevent-fart.d.ts.map