import { Onboard } from "./Onboard"; export declare class SQLiteGitIgnore extends Onboard { /** * The name of the onboarding question. * * @var {string} */ static type: string; /** * The question onboarding method. * * @var {string} */ static method: string; /** * The description of the onboarding question. * * @var {string} */ static description: string; }