/** * Copyright (c) 2026, Salesforce, Inc., * All rights reserved. * For full license text, see the LICENSE.txt file */ /** * Read the bundled design mode interactions script content. * @returns The script content, or null if the file does not exist (e.g. build:design not run) * @throws Error if the file exists but cannot be read */ export declare function getDesignModeScriptContent(): string | null; //# sourceMappingURL=index.d.ts.map