/**
 * Check if a file is an iwa file
 */
export declare const isIwaFile: (relativeFilePath: string) => boolean;
