import type { Database } from "bun:sqlite"; import type { CreateProfileInput, Profile } from "../types/index.js"; export declare const PLATFORM_PROFILE_PRESETS: CreateProfileInput[]; export declare function ensurePlatformProfiles(db?: Database): Profile[]; //# sourceMappingURL=platform-profiles.d.ts.map