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