export declare const defaultBuildOptions: {
    triggerMethod: "object" | "function";
    allowModifiers: boolean;
    keyTypeSuggestions: "keyOnly" | "withModifier" | "withTwoModifiers" | "withThreeModifiers";
};
export type CustomBuildOptions = typeof defaultBuildOptions;
