/** * Gets the path to the hidden .shopify folder for a given project directory. * Creates the folder if it doesn't exist. * * @param directory - The directory of the project. * @returns The path to the created hidden folder. */ export declare function getOrCreateHiddenShopifyFolder(directory: string): Promise;