/** * Cheaply scan the project source for a `pikkuBetterAuth(...)` call without * runtime-importing any user file (which would deadlock during bootstrap, since * those files import the not-yet-written `#pikku` hub). Returns true on the * first match. */ export declare function projectDeclaresBetterAuth(rootDir: string, srcDirectories: string[], ignoreFiles?: string[]): Promise;