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