export declare const SUBMIT_FREQUENCY_FORM = "SUBMIT_FREQUENCY_FORM";
export declare const submitFrequencyForm: () => {
    type: string;
};
