/**
 * Run effect only when component is first mounted.
 *
 * @param effect Effector to run on mount
 */
export declare function useMountEffect(effect: CallableFunction): void;
