export declare namespace TypiaPatchWizard {
    const main: () => Promise<void>;
    const patch: () => Promise<void>;
}
