import { ExtensionInstance } from '../../models/extensions/extension-instance.js'; export declare function themeExtensionFiles(themeExtension: ExtensionInstance): Promise; /** * Parses the ignore file and returns the patterns that should be ignored. * @param filepath - Filepath to the ignore file. * @returns A promise that resolves with the patterns that should be ignored. */ export declare function parseIgnoreFile(filepath: string): Promise;