// Type declaration for dual-module export interface DualType { prop: string; } export declare function helper(): DualType;