export declare const getSideFiles: (modulePath: string, moduleName: string) => Promise<string[]>;
