import type * as Phonic from "../index.js";
export interface ResetPayload {
    type: "reset";
    config: Phonic.ConfigOptions;
}
