import { ProgramTheme, WithOrganization } from '../types/types';
export declare const shouldCollectPostalCode: (programTheme: ProgramTheme, viewModel: WithOrganization) => boolean;
