Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
No EOL
441 B
Text
8 lines
No EOL
441 B
Text
import { LoggerProvider } from './types/LoggerProvider';
|
|
import { Logger } from './types/Logger';
|
|
import { LoggerOptions } from './types/LoggerOptions';
|
|
export declare class NoopLoggerProvider implements LoggerProvider {
|
|
getLogger(_name: string, _version?: string | undefined, _options?: LoggerOptions | undefined): Logger;
|
|
}
|
|
export declare const NOOP_LOGGER_PROVIDER: NoopLoggerProvider;
|
|
//# sourceMappingURL=NoopLoggerProvider.d.ts.map |