import type { AuthScaffoldResult } from '../../../../types/authPanel'; type ScaffoldOptions = { install?: boolean; }; export declare const scaffoldAuthFeature: (cwd: string, id: string, options?: ScaffoldOptions) => AuthScaffoldResult; export {};