export declare const setTransparentTitle: (args: { transparentTitle: "none" | "auto" | "always" | "custom"; } & import("@hylid/types").AsyncCallback<{ success: boolean; }>) => void; export default setTransparentTitle; export declare const setTransparentTitleAsync: (args?: ({ transparentTitle: "none" | "auto" | "always" | "custom"; } & import("@hylid/types").AsyncCallback<{ success: boolean; }>) | undefined) => Promise<{ success: boolean; }>;