import type { PostInstallTask } from '@servicenow/sdk-build-core'; /** * Tasks that run automatically after `now-sdk install`. * * Each task is self-contained and failures do not block the install. * Add new tasks here only when absolutely necessary — most plugins * should not need post-install behavior. */ export declare const POST_INSTALL_TASKS: PostInstallTask[];