import { LaunchMenu } from "@launchmenu/core";
/**
 * Sets up the standard notes to be displayed
 * @param LM The LaunchMenu instance to retrieve data from
 * @returns A function that can be invoked to restore the previous notes
 */
export declare function setupStandardNotes(LM: LaunchMenu): Promise<() => Promise<void>>;
//# sourceMappingURL=setupStandardNotes.d.ts.map